home *** CD-ROM | disk | FTP | other *** search
INI File | 1996-11-30 | 1.4 KB | 46 lines |
- '****************************************************
-
- 'CHOOZDCL was written to launch Delphi with different
- 'component libraries, but could be used generally
- 'where an INI file section needs changing to launch
- 'a program in different configurations- simply modify
- 'the General parameters below.
-
- 'CHOOZDCL will default to reading CHOOZDCL.INI - this
- 'can be changed by specifying a different INI file
- 'name on the command line, e.g. CHOOZDCL CHOOZVBP.INI
-
- '****************************************************
- 'Copyright David Martin, 1996 Use Freely
- '****************************************************
-
- 'All General parameters are optional and will default
- 'to Delphi-specific values.
- [General]
- CommandLine=C:\DEL\BIN\DELPHI.EXE
- 'IniFile=DELPHI.INI
- 'IniSection=Library
-
- 'Name each configuration here, numbered contiguously
- 'from 1 (use &'s to provide keyboard shortcuts).
- [Configurations]
- Config1=&Standard COMPLIB.DCL
- Config2=&Apollo without BDE
- Config3=A&pollo with BDE
-
- 'For each configuration above, create a [Configx]
- 'section below with the exact parameters to write to
- 'the IniSection in the IniFile specified in [General].
-
- [Config1]
- SearchPath=C:\DEL\LIB
- ComponentLibrary=C:\DEL\COMPLIB.DCL
-
- [Config2]
- SearchPath=C:\APOLLO2;C:\APOLLO2\SDE_ONLY;C:\DEL\LIB
- ComponentLibrary=C:\DEL\APOLLO2.DCL
-
- [Config3]
- SearchPath=C:\APOLLO2;C:\APOLLO2\SDE_BDE;C:\DEL\LIB
- ComponentLibrary=C:\DEL\APOLLO2B.DCL
-